home *** CD-ROM | disk | FTP | other *** search
/ Chip: Hang es video / CHIP_ZENESZERKESZTO_2005.ISO / audio_3 / visual / robotfunk / setup.exe / {app} / main.dxr / ui_313.ls < prev    next >
Encoding:
Text File  |  2003-11-19  |  257 b   |  17 lines

  1. property spriteNum
  2.  
  3. on beginSprite me
  4.   sprite(spriteNum).locZ = 999
  5.   sprite(spriteNum).visible = 0
  6. end
  7.  
  8. on mouseUp me
  9.   if the mouseV > 15 then
  10.     if the mouseH < 920 then
  11.       quit()
  12.     else
  13.       sprite(spriteNum).visible = 0
  14.     end if
  15.   end if
  16. end
  17.